<!DESCRIPTION>Cast an interactive "spotlight" on the image of your choice using this DHTML script. Move the light about using your mouse. This cool effect works in IE4+, degrading well with the rest.
<!/DESCRIPTION>
<!CATEGORY>mouseover images<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- Step 1: Insert the following stylesheet into the <head> section of your page: -->
<style>
<!--
#myimage{
filter:light
}
-->
</style>
<!-- Step 2: Then, add the below code to the <BODY> section of your page: -->
<img id="myimage" src="theimage.jpg">
<script language="JavaScript1.2">
//Image spotlight effect- By Erik F (die_schlampe@hotmail.com)
//Code enhancements by Dynamicdrive.com
//Visit http://www.dynamicdrive.com for this script
s = 50; // the size of the spotlight
vp = 10; // the visibility percent of the picture
startx = 0; // the top position of your sportlight into the image (on start)
starty = 0; // the left position of your spotlight into the image (on start)